From 5a43db330faf0953d3fd3e8eacc5cf622a7c4348 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 14 Nov 2011 19:38:10 -0500 Subject: [PATCH] * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023) --- lisp/ChangeLog | 2 ++ lisp/simple.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08cbda768c6..ee8c5426df2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-11-15 Glenn Morris + * simple.el (mark-whole-buffer): Doc fix. (Bug#10023) + * mail/rmailout.el (rmail-output-to-rmail-buffer): Handle empty buffers. (Bug#9978) diff --git a/lisp/simple.el b/lisp/simple.el index 82d82bc7240..333ff996ec8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -878,6 +878,7 @@ KILLFLAG is set if N was explicitly specified." (defun mark-whole-buffer () "Put point at beginning and mark at end of buffer. +If narrowing is in effect, only uses the accessible part of the buffer. You probably should not use this function in Lisp programs; it is usually a mistake for a Lisp function to use any subroutine that uses or sets the mark." -- 2.30.2